Annotate out argument for gdk_popup_layout_get_offset()
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 17 Nov 2020 13:52:15 +0000 (13:52 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 17 Nov 2020 13:52:15 +0000 (13:52 +0000)
gdk/gdkpopuplayout.c

index e22017045d7cbb4aae5f8b28b814484fce70812a..0542bec81160fee1fedf33735eead1fcccaccb7c 100644 (file)
@@ -300,10 +300,10 @@ gdk_popup_layout_set_offset (GdkPopupLayout *layout,
 /**
  * gdk_popup_layout_get_offset:
  * @layout: a #GdkPopupLayout
- * @dx: a pointer to where to store the delta x coordinate
- * @dy: a pointer to where to store the delta y coordinate
+ * @dx: (out): return location for the delta X coordinate
+ * @dy: (out): return location for the delta Y coordinate
  *
- * Get the delta the anchor rectangle is offset with
+ * Retrieves the offset for the anchor rectangle.
  */
 void
 gdk_popup_layout_get_offset (GdkPopupLayout *layout,